github.com/refraction-networking/utls.serverHelloMsg.scts (field)

10 uses

	github.com/refraction-networking/utls (current package)
		handshake_client.go#L940: 	c.scts = hs.serverHello.scts
		handshake_client_tls13.go#L206: 		len(hs.serverHello.scts) != 0 {
		handshake_messages.go#L763: 	scts                         [][]byte
		handshake_messages.go#L813: 	if len(m.scts) > 0 {
		handshake_messages.go#L817: 				for _, sct := range m.scts {
		handshake_messages.go#L983: 				m.scts = append(m.scts, sct)
		handshake_server.go#L276: 		hs.hello.scts = hs.cert.SignedCertificateTimestamps
		u_public.go#L309: 			scts:                         shm.Scts,
		u_public.go#L339: 			Scts:                         shm.scts,